home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / science / sm32a.zip / LIBRARY / CSC.LI < prev    next >
Text File  |  1993-09-24  |  95b  |  5 lines

  1. csc(0) := discont
  2. csc(-zero) := -inf
  3. csc(zero) := inf
  4. csc(x_) := if(isnumber(x),1/sin(x))
  5.